home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Stopwatch2.3 / Source / Makefile < prev    next >
Makefile  |  1995-06-12  |  2KB  |  60 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Stopwatch
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = StopWatch.tiff
  16. LOCAL_RESOURCES = ClientInspector.nib ExpenseEditor.nib infoPanel.nib \
  17.                   Preferences.nib SessionEditor.nib Stopwatch.nib Help
  18.  
  19. GLOBAL_RESOURCES = DetailTemplate.rtf ExpenseTemplate.rtf \
  20.                    InvoiceTemplate.rtf
  21.  
  22. CLASSES = AppIconView.m BrowserViewMgr.m ClientInfo.m ClientInspector.m \
  23.           ClientViewMgr.m ColCell.m Controller.m Expense.m ExpenseEditor.m \
  24.           ExpenseViewMgr.m InfoPanel.m Invoice.m Preferences.m Session.m \
  25.           SessionEditor.m SessionViewMgr.m SortList.m StopWatch.m \
  26.           ViewMgr.m
  27.  
  28. HFILES = AppIconView.h BrowserViewMgr.h ClientInfo.h ClientInspector.h \
  29.          ClientViewMgr.h ColCell.h Controller.h createPath.h Expense.h \
  30.          ExpenseEditor.h ExpenseViewMgr.h InfoPanel.h Invoice.h \
  31.          Preferences.h Session.h SessionEditor.h SessionViewMgr.h \
  32.          SortList.h StopWatch.h ViewMgr.h
  33.  
  34. MFILES = Stopwatch_main.m
  35.  
  36. CFILES = createPath.c
  37.  
  38. OTHERSRCS = Makefile
  39.  
  40.  
  41. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  42. INSTALLDIR = $(HOME)/Apps
  43. INSTALLFLAGS = -c -s -m 755
  44. SOURCEMODE = 444
  45.  
  46. ICONSECTIONS =    -sectcreate __ICON app StopWatch.tiff
  47.  
  48. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  49. DEBUG_LIBS = $(LIBS)
  50. PROF_LIBS = $(LIBS)
  51.  
  52.  
  53. -include Makefile.preamble
  54.  
  55. include $(MAKEFILEDIR)/app.make
  56.  
  57. -include Makefile.postamble
  58.  
  59. -include Makefile.dependencies
  60.